Int16NINumericInt16NLogicalAnd Method

Computes the bitwise logical AND of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.LogicalAnd(
	Int16N value
)

Parameters

value  Int16N
The value with which to compute the logical bitwise AND.

Return Value

Int16N
The bitwise logical AND of the current value and value.

Implements

INumericTSelfLogicalAnd(TSelf)

See Also